body{overflow-x: hidden;*overflow-x:visible;}
body,html{color: #333333;font-family: "Microsoft Yahei";font-size: 14px;width: 100%;height: 100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
ul{list-style: none;}
a{color: #333333;text-decoration: none;border:none;cursor:pointer;display: inline-block;*border:0;}
a{star:expression(this.onFocus=this.blur()); /* for Ie*/}
em,i{font-weight: normal;font-size: 100%;font-style: normal;display: inline-block;}
input,textarea,button{outline:none;border:0;border: none;*border:0;padding: 0;margin: 0;box-shadow: none;background: none;font-family: "Microsoft Yahei";}
/* textarea {resize:none;} */
img{border:none;*border:0;width: auto;height: auto;display: inline-block;}
/* 文字溢出 */
.textflow{
  white-space: nowrap;
  /* 强制性的在一行显示所有的文本，直到文本结束或者遭遇br标签对象才换行*/
  overflow: hidden;
  /* 溢出的文字隐藏起来*/
  text-overflow: ellipsis;
}
/* 超出四行 */
.line4{
  text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;					
	-webkit-box-orient: vertical;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{ content:''; clear:both;display:table;}
.tagColorStyle{color: #45E6B2;}
/* 公用样式 */
.normalDicStyle{
  width: 1255px;
  box-shadow: 0px 2px 87px -31px rgba(97, 97, 97, 40);
  background-color: #fff;
  margin: 42px auto;
  border-radius: 10px;
  padding: 16px 19px 25px 15px;
  position: relative;
  box-sizing: border-box;
}
#normalTitle{
  color: #101010;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  line-height: 40px;
  margin-left: 8px;
}
#biggerTitle{
  color: #101010;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  line-height: 40px;
  margin-left: 8px;
}
.typelistMarginbottom{
  padding-bottom: 10px !important;
}
/* 头部导航栏 */
.topBar{
  height: 55px;
  background-color: rgb(114, 113, 113);
  position: fixed;
  z-index: 99;
  width: 100%;
}
.topBarContent{
  width: 1255px;
  height: 100%;
  margin: 0 auto;
  /* overflow: hidden; */
}
.topBarContent>img{
  width: 100px;
  margin-top: 10px;
  margin-right: 130px;
  margin-left: 28px;
}
.topBarContent ul li{display: inline-block;}
.topBarContent ul li a{
  color: #FCFBFB;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  text-align: center;
  font-family: 'Arial-regular';
  /* vertical-align: middle; */
  width: 90px;
}
.topBarContent>.topBarList li a:hover{
  font-size: 18px;
  font-weight: 'Arial-bold';
  color: #45E6B2;
}
.routeStyle{
  color: #45E6B2 !important;
  font-size: 17px !important;
  font-weight: 600;
}
.topBarRight li img{vertical-align: middle;}
.topBarRight a:hover{
  color: #45E6B2;
}
.contribute img{
  width: 45px;
  height: 37px;
  margin-top: -4px;
}
.loginStyle:hover #PersonalAvatarList{
  opacity: 1;
  height: 140px;
}
/* #PersonalAvatarList:hover{
  opacity: 1;
  height: 100px;
} */
.loginStyle>a>img{
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin-top: -2px;
  margin-right: 1px;
  position: relative;
}
#PersonalAvatarList{
  position: absolute;
  background-color: #fff;
  color: #101010;
  border-radius: 10px;
  overflow: hidden;
  height: 0px;
  top: 50px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: height 0.5s;
}
#PersonalAvatarList a{
  color: #101010;
  font-size: 13px;
  line-height: 35px;
  height: 35px;
}
#PersonalAvatarList a:hover{
  background-color: #ccc;
}
#PersonalAvatarList li{
  display: block;
}
.loginStyle>img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: -2px 20px 0;
  cursor: pointer;
}
.orderQuery a{
  height: 31px !important;
  line-height: 31px !important;
  border-radius: 10px 10px 10px 10px;
  background-color: rgba(255, 255, 255, 100);
  color: rgba(69, 230, 178, 100) !important;
  font-size: 16px;
  text-align: center;
  font-family: Roboto;
  border: 1px solid rgba(69, 230, 178, 100);
  margin-left: 1px;
}
/* height55px */
.height55px{
  height: 55px;
}
/* 搜索区域 */
.search{
  height: 348px;
  background-image: url('../img/banner.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.searchContent{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.searchContent>.searchBox{
  height: 55px;
  background-color: #fff;
  border-radius:10px;
  overflow: hidden;
  width: 590px;
  margin: 0 auto;
}
.searchBox>a{
  display: inline-block;
  width: 99px;
  text-align: center;
  line-height: 55px;
  background-color: #45E6B2;
  color: #fff;
  font-size: 20px;
}
.searchBox>img{
  width: 31px;
  height: 31px;
  vertical-align: middle;
  margin: -3px 5px 0 20px;
}
.searchBox>input{
  width: 400px;
  padding-right: 20px;
  line-height: 55px;
}
.searchBox>input::-webkit-input-placeholder{
  color:#D7D6D6;
  font-size: 16px;
}
/* 热门搜索 */
.hotSearch{
  color: #FDFBFB;
  font-size: 16px;
  margin: 16px 0 0 16px;
}
.hotSearch ul li{
  display: inline-block;
}
.hotSearch span{
  line-height: 30px;
}
.hotSearch ul li a{
  color: #FDFBFB;
  background-color: rgba(16,16,16,0.3);
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 15px;
}
.hotSearch ul li a:hover{
  color:rgb(60, 165, 132);
  background-color:#FCFBFB;
}
/* 主分类列表 */
.classificationList{
  font-family: 'Roboto';
  margin-top: -50px;
  padding: 16px 16px 25px 16px;
}
.classificationList>ul>li{
  display: inline-block;
  width: 200px;
  text-align: center;
  position: relative;
}
.classificationList>ul>li::after{
  content: '';
  width: 1px;
  height: 100px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 20px;
}
.classificationList>ul>li:last-child::after{
  content: '';
  width: 0;
}
.classificationList>ul>li>ul>li{
  display: inline-block;
  width: 80px;
  text-align: center;
  margin-top: 11px;
}
.classificationList>ul>li>ul>li>a{
  font-size: 16px;
  color: #707070;
  font-family: 'Arial-regular';
}
.classificationList a:hover{
  color: rgb(60, 165, 132);
}
.classificationList img{
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.classificationList div{
  line-height: 50px;
  color: #101010;
  font-size: 20px;
  font-family: 'Arial-regular';
}

/* 精选资料包 */
.dataPackageTop{
  margin-bottom: 12px;
}
.dataPackageTop>img{
  width: 40px;
  height: 40px;
  vertical-align: top;
}
.dataPackageTop>span{
  color: #6C6B6B;
  font-size: 16px;
  margin-left: 15px;
}
.dataPackageTop>div{
  padding-top: 13px;
  color: rgb(16,16,16);
}
.dataPackageTop>div>span{
  cursor: pointer;
}
.dataPackageTop>.swiper-container {
  width: 100%;
}
.swiperIndex{
  color: #45E6B2;
}
.swiper-slide li{
  display: inline-block;
  width: 300px;
}
.swiper-slide img{
  width: 290px;
  height: 161px;
  margin-right: 15px;
  border-radius: 5px;
}
/*.swiper-slide>ul>li:last-child>a>img{*/
  /*margin-right: 0 !important;*/
/*}*/
.swiper-slide ul li a>div{
  margin: 6px 0;
  color: #101010;
  font-size: 14px;
  width: 85%;
  height: 19px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.swiper-slide ul li a>span{
  color: #F68E2C;
  font-size: 14px;
}
.swiper-slide ul li a>span>span{
  margin-left: 15PX;
  color: #BBB;
  font-size: 14px;
  text-decoration: line-through;
}
/* ppt列表 */
.pptList ul:first-of-type{
  display: inline-block;
}
.pptList li{
  display: inline-block;
  transition: all .2s ease-in;
}
.pptList>ul:last-of-type>li:hover{
  transform: scale(1.04);
}
.pptList ul:first-of-type a{
  width: 85px;
  font-size: 14px;
  text-align: center;
  background-color: rgba(234, 233, 233, 74);
  padding: 5px 0;
  border-radius: 10px;
  margin-left: 20px;
}
.pptList ul:first-of-type a:hover{
  background-color:rgb(60, 165, 132);
  color: #fff;
}
.pptList ul:last-of-type>li>a>div{
  width: 200px;
  padding-left: 5px;
  color: #101010;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
}
.pptList ul:last-of-type{
  margin-top: 17px;
}
.pptList ul:last-of-type>li>a{
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.pptList ul:last-of-type>li:last-child>a{
  margin-right: 0;
}
.pptList ul:last-of-type img{
  width: 214px;
  height: 320px;
}
.pptList ul:last-of-type p{
  display: inline-block;
  width: 104px;
  text-align: center;
  margin: 5px 0;
}
.pptList ul:last-of-type p:first-of-type span:first-of-type{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('../img/spite.png');
  background-position: -84px -220px;
}
.pptList ul:last-of-type p:last-of-type span:first-of-type{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('../img/spite.png');
  background-position: -229px 0;
}
.pptList ul:last-of-type p span:last-of-type{
  margin-left: 5px;
  vertical-align: top;
  color: rgb(141, 141, 143);
}
.peopleUseTop{
  width: 270px;
  color: #494848;
  margin: 20px 0 30px 0;
}
.peopleUseTop span:first-child{
  font-size: 20px;
  font-weight: 600;
}
.peopleUseTop span:last-child{
  line-height: 26px;
}
.hotListType{
  margin-bottom: 25px;
}
.hotListType>span:first-child{
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #bbb;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.hotListType>a>span{
  font-size: 16px;
  display: inline-block;
  width: 250px;
  vertical-align: -4px;
}
.hotListType>a:hover{
  color: rgb(60, 165, 132);
}
.listFirst{
  background-color: #FD3B3B !important;
}
.listSecond{
  background-color: #F68E2C !important;
}
.listThird{
  background-color: #FCD764 !important;
}

/* 优秀范文 */
.composition>div{
  display: inline-block;
  vertical-align: top;
}
.latestRelease,.carefulRecommendation{
  width: 400px;
  margin-right: 35px;
}
.allWatching{
  width: 340px;
}
.latestRelease>div:first-child,.allWatching>div:first-child,.carefulRecommendation>div:first-child{
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(240, 240, 240, 100);
  color: #494848;
  font-size: 20px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 6px 0 7px 22px;
}
.afterStyle{
  position: relative;
}
.afterStyle::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 5px;
  top: 10px;
  left: 10px;
}
.afterStyle1::before{
  background-color: #4AE1B0 !important;
}
.afterStyle2::before{
  background-color: #FD3B3B !important;
}
.afterStyle3::before{
  background-color: #FA8E28 !important;
}
.allWatching .hotListType{
  margin: 0 !important;
  margin-top: 22px !important;
}
.allWatching .hotListType>a>span{
  width: 310px;
}
.compositionTop{
  margin: 22px 0;
}
.compositionTop>img{
  width: 167px;
  height: 100px;
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

.compositionContent{
  width: 220px;
  font-size: 14px;
  color: #101010;
}
.compositionContent>.title{
  font-weight: 600;
  margin-bottom: 5px;
}
.compositionContent>.title>a:hover{
  color: rgb(60, 165, 132);
}
.seeAllTitle{
  text-align: center;
  margin: 2px 0;
}
.seeAllTitle a{
  color: rgb(60, 165, 132);
  font-size: 13px;
}
.commonComposition>ul>li{
  margin-top: 22px;
}
.commonComposition>ul>li>a{
  color: #101010;
  font-size: 16px;
}
.commonComposition>ul>li>a>span:first-child{
  display: inline-block;
  color: #BBBBBB;
  font-size: 14px;
  margin-right: 20px;
  vertical-align: 4px;
}
.commonComposition>ul>li>a>span:last-child{
  display: inline-block;
  width: 310px;
}
.commonComposition>ul>li>a>span:last-child:hover{
  color: rgb(60, 165, 132);
}
/* 底部信息 */
.noMarginBottom{
  margin-bottom: 0px !important;
  border-radius: 10px 10px 0 0;
}
.comBottom{
  background-color: rgb(51, 48, 46);
}
.comBottomContent{
  width: 1255px;
  margin: 0 auto;
  padding-top: 50px;
  height: 268px;
  color: #999 !important;
}
.comBottomContent>div{
  display: inline-block;
}
.comBottomContent a{
  color: #999 !important;
}
.comBottomIcon{
  width: 185px;
  height: 55px;
  background-image: url('../img/bottom.png');
  margin-bottom: 20px;
}
.comBottomContent>div{
  width: 270px;
  vertical-align: top;
}
.comBottomContent>div:nth-child(2),.comBottomContent>div:nth-child(3){
  margin-right: 50px;
}
.comBottomContent>div>p:first-of-type{
  font-size: 20px;
  margin-bottom: 20px;
}
.comBottomContent>div:nth-child(2)>p:last-of-type{
  font-size: 12px;
  line-height: 24px;
}
.comBottomContent>div:nth-child(3)>a{
  font-size: 12px;
  line-height: 24px;
  margin-right: 5px;
}
.bottomSlice{
  width: 320px !important;
}
.bottomSlice>a{
  border: 1px solid #999;
  border-radius: 4px;
  margin-right: 24px;
  padding: 2px 8px;
  font-size: 12px;
  margin-bottom: 24px;
}
.bottomSlice div{
  display: inline-block;
  vertical-align: middle;
}
.bottomStyle{
  background-image: url(../img/spite.png);
  background-size: 273px 238px;
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
.bottomSlice1{
  background-position: 0 -220px;
}
.bottomSlice2{
  background-position: -229px -84px;
}
.bottomSlice3{
  background-position: -229px -28px;
}
.bottomSlice4{
  background-position: -229px -168px;
}
.bottomSlice5{
  background-position: -229px -56px;
}
.bottomSlice6{
  background-position: -229px -140px;
}
.bottomSlice7{
  background-position: -28px -220px;
}
.bottomSlice8{
  background-position: -229px -112px;
}

/* 悬浮 */
.suspension{
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 999;
}
/* .suspensionUl span{
  display: inline-block;
} */
.suspension li{
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 13px 0 rgb(0 0 0 / 6%);
  box-shadow: 0 2px 13px 0 rgb(0 0 0 / 6%);
  text-align: center;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}
.bottomHover1{
  display: none;
}
.bottomHover1 a{
  line-height: 16px;
  width: 30px;
  vertical-align: middle;
}
.suspension li:hover{
  background-color: #45E6B2;
}
.suspensionCommon{
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../img/spite.png');
  background-size: 273px 238px;
}
.suspension1{
  width: 30px;
  height: 30px;
  background-position: -46px -65px;
}
.suspension2{
  width: 26px;
  height: 26px;
  background-position: 0 -150px;
}
.suspension3{
  width: 36px;
  height: 36px;
  background-position: 0 -65px;
}
.erweima{
  width: 150px;
  height: 170px;
  background-color: #fff;
  position: absolute;
  right: 60px;
  top: 0px;
  display: none;
  box-shadow: 0 2px 13px 0 rgb(0 0 0 / 6%);
  border-radius: 5px;
  text-align: center;
}
.erweima>img{
  width: 120px;
  height: 120px;
  margin-top: 10px;
}
.erweima p{
  font-size: 14px;
  line-height: 0px !important;
}
.erweima>p>img{
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  margin-right: 5px;
}

/* 下载标签页 */
.taglist>img{
  margin-right: 0 !important;
}
.taglistSearch{
  width: 149px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  line-height: 20px;
  background-color: rgba(162, 162, 162, 100);
  border-radius: 10px;
  padding: 5px;
  margin-left:6px;
}
.taglistSearchFocus{
  position: relative;
}
.taglistSearchLi{
  position: absolute;
  background-color: #fff;
  width: 295px;
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  top: 38px;
  left: 0;
  display: none;
}
.taglistSearchLi div{
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.taglistSearchLi ul li{
  display: block;
}
.taglistSearchLi ul li a{
  color: #000;
  height: 40px;
  width: 275px;
  line-height: 40px;
  font-size: 14px;
  text-align: left;
  margin-left: 20px;
}
.taglistSearchLi ul li a:hover{
  font-size: 14px !important;
  background-color: #ccc;
  color: #000 !important;
}
.taglistSearchLi ul li:hover{
  background-color: #ccc;
}
/*.taglistSearch input:focus+.taglistSearchLi{*/
  /*display: block;*/
/*}*/
.taglistSearch>img{
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.taglistSearch form {
  display: inline-block;
}
.taglistSearch input{
  width: 100px;
  vertical-align: -1px;
  color: #fff;
}
.taglistSearch input::-webkit-input-placeholder{
  color:#fff;
  text-align: center;
}
.taglist a{
  text-align: right;
}
.taglist .topBarList>li:last-child{
  vertical-align: 2px;
}

/* 标签列表页内容 */
.tagListContent{
  width: 1255px;
  margin: 0 auto;
}
.tagListContentTop{
  margin: 16px 0;
  color: #BBBBBB;
}
.tagListContentTop>a{
  color: #BBBBBB;
  font-size: 14px;
}
.tagListContentTop>img{
  width: 30px;
  height: 30px;
  vertical-align: -5px;
}
.tagListTitle>div:first-child{
  color: #101010;
  margin: 20px 0;
  font-size: 25px;
  font-weight: 600;
}
.tagListTitle>div:last-child{
  margin-top: 30px;
}
.tagSearchTitle>ul{
  display: inline-block;
  width: 1000px;
  vertical-align: top;
}
.tagSearchTitle>ul li{
  display: inline-block;
}
.tagSearchTitle>ul li a{
  border-radius: 10px 10px 10px 10px;
  background-color: rgba(238, 236, 236, 74);
  width: 77px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: rgba(43, 106, 249, 100);
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.tagSearchTitle>ul li a:hover{
  background-color: rgb(59, 134, 232);
  color: #fff;
}
.tagListSumHot{
  display: none;
}
/* 可以公用的列表样式 */
.tagListSum li{
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 20px;
  transition: all .2s ease-in;
}
.tagListSum li:hover{
  transform: scale(1.04);
}
.tagListSum>ul>li:nth-child(5n){
  margin-right: 0;
}
.tagListSum img{
  width: 227px;
  height: 320px;
}
.tagListSum ul p:first-of-type span:first-of-type{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('../img/spite.png');
  background-position: -84px -220px;
}
.tagListSum ul p:last-of-type span:first-of-type{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('../img/spite.png');
  background-position: -229px 0;
}
.tagListSum ul p span:last-of-type{
  margin-left: 5px;
  vertical-align: top;
  color: rgb(141, 141, 143);
}
.tagListSum ul p{
  display: inline-block;
  width: 104px;
  text-align: center;
  margin: 5px 0;
}
.tagListSum ul>li>a>div{
  width: 200px;
  padding-left: 5px;
  color: #101010;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
}
.tagListSum ul>li>a{
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
/* 分页器 */
.Pager{
  margin: 10px 0 20px 0;
  text-align: center;
}
.Pager a{
  width: 28px;
  height: 28px;
}
.Pager ul,.Pager li{
  display: inline-block;
}
.PagerWarn{
  cursor: not-allowed !important;
}
.PagerUlDotted{
  border: none !important;
}
.PagerUlDotted:hover{
  background-color: #fff !important;
}
.Pager li,.Pager span{
  box-sizing: border-box;
  text-align: center;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #dfe3e8;
  background: #fff;
  min-width: 30px;
  font-weight: 700;
}
.Pager span img{
  width: 14px;
  height: 14px;
  vertical-align:-2px;
}
.Pager span+ul,.Pager ul+span,.Pager li+li{
  margin-left: 6px;
}
.pageIndex{
  background-color: #45E6B2 !important;
}
.Pager li:hover{
  background-color: #45E6B2;
}
/* 下载详情落地页 */
.dlDetails span{
  display: inline-block;
}
.dlDetails{
  width: 1255px;
  margin: 0 auto;
}
.dlDetailsfl{
  width: 766px;
}
.dlDetailsTitle{
  color: #000;
  font-family: Noto Sans SC;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
.dlSwiper{
  height: 496px;
  /* background-color: #45E6B2; */
}
.dlPay{
  text-align: center;
  margin: 20px 0;
  width: 670px;
}
.dlPay span{
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
.dlPay>span:first-of-type{
  color: #065fd4;
  background: #fff;
  border:1px solid #065fd4;
  margin-right: 40px;
}
.dlPay>span:last-of-type{
  background-color: #065fd4;
  border-color: #065fd4;
  color: #fff;
}
.dldowns {
  text-align: center;
  margin: 20px 0;
  width: 670px;
}
.dldown{
  color: #065fd4;
  background: #fff;
  border: 1px solid #065fd4;
  margin-right: 40px;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
.dlType{
  padding-top: 10px;
}
.dlType span{
  width: 250px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.dlTag{
  font-size: 14px;
  color: #666;
  width: 100% !important;
}
.dlTag img{
  width: 30px;
  height: 30px;
  vertical-align: -9px;
  margin-right: 5px;
}
.dlTag ul{
  width: 600px !important;
  display: inline-block;
  margin-top: 3px;
}
.dlBottom{
  margin: 50px 0 20px 0;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  width: 600px;
}

.dlDetailsfr{
  width: 480px;
}
.dlScore{
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
}
.dlScore img{
  width: 15px;
  height: 15px;
  vertical-align: -1px;
}
.dlScore ul,.dlScore li{
  display: inline-block;
}
.dlScore>span:first-of-type>span:first-of-type{
  color: #45E6B2;
  margin: 0 10px 0 0;
}
.dlScore>span:first-of-type>img{
  margin: 0 5px;
}
.dlScore>span:first-of-type>span:last-of-type{
  font-weight: 400;
  color: #999;
  font-size: 14px;
  margin-right: 50px;
}
.myDlScore{
  cursor: pointer;
}
.dlUser{
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 16px 20px 0;
  overflow-y: auto;
  height: 330px;
  margin-top: 20px;
}
.TopdlUser>div:first-child{
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}
.TopdlUser img{
  width: 50px;
  height: 50px;
}
.TopdlUser>div:last-of-type>div:first-child>a{
  margin: 5px 0;
  font-weight: 700;
  font-size: 14px;
}
.TopdlUser>div:last-of-type>div:last-child{
  color: #999;
}
.TopdlUser>span>a:first-of-type{
  color: #000;
  background-color: #45E6B2;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px;
}
.TopdlUserContent{
  margin: 20px 0;
  font-size: 14px;
  line-height: 24px;
  color: #1d262d;
}
.TopdlUserType{
  text-align: center;
}
.TopdlUserType li{
  width: 100px;
  cursor: pointer;
}
.TopdlUserType li,.TopdlUserType div{
  display: inline-block;
}
.TopdlUserType li:first-of-type>div{
  background-position: -84px -220px
}
.TopdlUserType li:nth-of-type(2)>div{
  background-position: -229px 0;
}
.TopdlUserType li:nth-of-type(3)>div{
  background-position: -112px -220px;
}
.TopdlUserType li>span{
  color: #999;
  vertical-align: top;
}

.dlTemplate{
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin-top: 10px;
  border: 1px solid rgba(187, 187, 187, 100);
  border-radius: 5px;
}
.dlTemplate .allWatching{
  width: 420px !important;
}
.dlTemplate .allWatching .hotListType>a>span{
  width: 385px !important;
}
.recommendationList{
  width:1255px;
  /* background-color:#F5F5F5; */
  margin: 0 auto;
}
.recommendationList>div:first-of-type{
  font-size: 26px;
  padding: 10px 0;
  font-weight: 600;
}

/* 文章分类列表页 */
.articleContent span{
  display: inline-block;
}
.articleContent{
  width: 1255px;
  margin: 0 auto;
}
.articleContent .tagListContentTop{
  margin-bottom: 0;
}
.articleContent .alFl,.articleContent .tagListContentTop,.articleContent .tagListContent,.articleContent .Pager{
  width: 750px;
}
.alList li{
  position: relative;
  width: 750px;
  margin-bottom: 10px;
}
.alList li:last-of-type{
  margin-bottom: 30px;
}
.alList ul li>span:first-of-type{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 10px;
  vertical-align:4px;
}
.alList ul li>a{
  font-size: 16px;
  max-width: 625px;
  height: 21px;
  background-color: #fff;
  white-space: nowrap;
  padding-right: 20px;
  z-index: 90;
  position: relative;
}
.alList ul li>a:hover{
  color: #065fd4;
}
.dotStyle{
  position: absolute;
  border-bottom: 4px dotted #BBB;
  width: 600px;
  vertical-align: 3px;
  margin-right: 30px;
  top: 10px;
  left: 50px;
}
.alFr{
  width: 464px;
  /* height: 451px; */
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  margin-top: 100px;
  box-sizing: border-box;
  padding: 20px;
}
/* .alFrTop{
  margin-bottom: 10px;
} */
.alFr li{
  display: inline-block;
  margin-top: 15px;
  margin-right: 5px;
}
.alFr li a{
  display: inline-block;
  color: #2B6AF9;
  font-size: 16px;
  width: 91px;
  background-color: rgba(250, 250, 250, 100);
  border-radius: 5px;
  text-align: center;
  padding: 4px 2px;
  overflow: hidden;
  height: 20px;
}
.alFr li a:hover{
  background-color: rgb(59, 134, 232);
  color: #fff;
}
.articleBottomSwiper .swiper-pagination-bullet-active{
  background-color: #ccc !important;
}
.articleBottomSwiper .swiper-pagination-bullet{
  background-color: #fff;
  opacity: .5;
  border: 2px solid #ccc;
}
.articleBottomSwiper .allWatching{
  margin-top: -30px;
}
.articleBottomSwiper .swiper-container {
  width: 850px;
  height: 370px;
}  
.articleBottomSwiper .compositionTop{
  width: 410px;
  margin: 16px 0;
  display: inline-block;
  margin-right: 15px;
}
.articleBottomSwiper .compositionTop:nth-child(2n){
  margin-right: 0;
}
.articleBottomSwiper .compositionTop img{
  width: 230px;
  height: 130px;
  margin-right: 5px;
}
.articleBottomSwiper .compositionContent{
  width: 170px;
  margin-top: 10px;
}
.articleBottomSwiper .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
}

.artiDContent{
  width: 1255px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.artiDContentFl{
  width: 805px;
  border-radius: 10px 10px 10px 10px;
  background-color: rgba(255, 255, 255, 100);
  color: rgba(16, 16, 16, 100);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.artiDContentFlTitle span{
  display: inline-block;
}
.artiDContentFlTitle{
  padding: 20px 0 0 23px;
}
.artiDContentFlTitle .fl>span:first-of-type{
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 600;
}
.artiDContentFlTitle .fl>div:first-of-type{
  margin: 10px 0;
}
.artiDContentFlTitle .fl>div:first-of-type img{
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border-radius: 50%;
}
.artiDContentFlTitle .fl>div:first-of-type>span:first-of-type{
  font-size: 15px;
  color: #1E1E1E;
  vertical-align: -2px;
  margin: 0 10px;
}
.artiDContentFlTitle .fl>div:first-of-type>span:last-of-type{
  font-size: 14px;
  color: #ccc;
  vertical-align: -2px;
}
.artiDContentFlDownLoad{
  border-radius: 5px;
  background-color: rgba(69, 230, 178, 100);
  color: rgba(39, 39, 39, 100);
  font-size: 16px;
  width: 120px;
  text-align: center;
  padding: 7px 0;
  margin-right: 20px;
}
.artiDContentFlDownLoad img{
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 5px;
}
.artiDContentFlDownLoad span{
  vertical-align: -2px;
  cursor: pointer;
}
.artiDContentFl .details{
  margin: 0 20px;
  font-size: 14px;
  line-height: 25px;
}
.btDownloadBt{
  margin: 20px auto;
}
.downloadBtSwitch{
  padding:30px 20px;
}
.downloadBtSwitch a{
  width: 380px;
  text-align: center;
  color: #6A6A6A;
  font-size: 16px;
  position: relative;
}
.downloadBtSwitch span:first-child>a::after{
  content:'';
  width: 1px;
  height: 30px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: -3px;
}
.artiDContentFr{
  width: 400px;
  margin-bottom: 20px;
  border-radius: 10px 10px 10px 10px;
  background-color: rgba(255, 255, 255, 100);
  color: rgba(16, 16, 16, 100);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.artiDContentFr .alFr{
  width: 400px;
  box-shadow: none;
  margin-top: 0;
}
.artiDContentFr .allWatching{
  width: 360px;
}
.artiDContentFr1 .allWatching{
  padding: 20px;
}

.artiDContentFrUser{
  padding: 20px;
  box-sizing: border-box;
}
.artiDContentFrUser img{
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
.artiDContentFrUser .fr a{
  /* margin-top:10px; */
  border: 3px solid rgba(69, 230, 178, 100);
  font-size: 16px;
  color: rgba(69, 230, 178, 100);
  padding: 5px 10px;
  border-radius: 5px;
}
.artiDContentFrUser .fl>div:first-of-type{
  font-size: 19px;
  font-weight: 600;
  padding: 10px 20px;
}
.artiInlineB{
  display: inline-block;
  width: 60px;
  text-align: center;
}
.artiInlineB a{
  font-weight: 600;
}

/* 订单查询页 */
.orderDetail{
  width: 1255px;
  /* height: 600px; */
  margin: 0 auto;
  background-color: rgb(244, 246, 249);
}
.orderQueryD +.orderQueryD{
  margin-top: 30px;
}
.orderQueryD{
  padding-top: 1px;
  width: 1253px;
  margin: 0 auto;
}
.orderQueryD .clearfix{
  padding: 20px 20px 30px 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}
.orderQueryD .clearfix .fl{
  font-size: 20px;
  color: #45E6B2;
  font-weight: 600;
}
.orderInput,.orderInput1{
  background-color: #fff;
  padding: 30px 0;
  border-radius: 0 0 5px 5px;
}
.orderInput2{
  background-color: #fff;
  padding: 30px 0;
  border-radius: 0 0 5px 5px;
}
.orderInput div{
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 380px;
  text-align: left;
}
.orderInput input{
  height: 30px;
  margin-left: 10px;
  border: 1px #ccc solid;
  padding: 0 10px;
  border-radius: 5px;
}
.orderInput div:first-child>input{
  width: 300px;
  box-sizing: border-box;
}
.orderInput div:nth-child(2)>input{
  width: 100px;
  box-sizing: border-box;
}
.orderInput div:last-child{
  text-align: center;
  color: #fff;
  background-color: rgb(0, 199, 125);
  width: 80px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  /* font-weight: 600; */
  border-radius: 5px;
  cursor: pointer;
}
.orderInput img{
  height: 30px;
  width: 80px;
  vertical-align: -9px;
  margin-left: 20px;
}
.orderInput1{
  padding: 20px;
}
.orderInput1 .orderInputSpan{
  display: inline-block;
  margin-right: 200px;
  font-size: 16px;
}
.orderInputSpan>div:first-of-type{
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.orderInputSpan>div:last-of-type{
  margin: 20px 0;
}
.orderInputSpan img{
  width: 350px;
}
.orderFail{
  color: red;
  text-align: center;
  padding: 20px 0;
}
.ordersuccess th{
  color: #101010;
  font-size: 16px;
  padding: 10px;
  background-color: rgba(187, 187, 187, 100);
  text-align: left;
}
.ordersuccess table{
  border-spacing: 0;
}
.ordersuccess td{
  padding: 10px;
  text-align: left;
  /* width: 410px; */
}
.listDownLoad a{
  font-size: 15px;
  height: 20px;
  width: 70px;
  background-color: #fff;
  color: #45E6B2;
  border: 1px solid #45E6B2;
  text-align: center;
  border-radius: 5px;
  padding: 2px 0;
  /* padding: 2px 15px !important; */
}
.listDownLoad{
  width: 100px;
  text-align: right !important;
  padding-right: 60px !important;
}

/* 登录 */
.login{
  width: 634px;
  padding: 20px;
  margin: 50px auto;
  background-color: rgb(245, 245, 245);
}
.loginTitle{
  font-size: 35px;
  color: #45E6B2;
  text-align: center;
  margin-bottom: 20px;
}
.loginContent{
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.loginContent>div:first-child{
  font-size: 16px;
  font-weight: 600;
}
.loginInput{
  margin: 30px 0;
}
.loginInput>div,.loginInput>span{
  display: inline-block;
}
.loginInput>span{
  width: 160px;
  text-align: right;
  font-size: 16px;
  margin-right: 15px;
  vertical-align: -3px;
}
.loginInput>div{
  border: 1px solid #ccc;
  height: 44px;
  border-radius: 10px;
  width: 350px;
  vertical-align: middle;
}
.loginInput>div>input{
  line-height: 44px;
  padding: 0 15px;
  font-size: 16px;
  width: 220px;
}
.loginInput>div>span{
  font-size: 16px;
  cursor: pointer;
  color: #065fd4;
}
.loginBt{
  margin: 50px auto 30px;
  border: none;
  width: 180px;
  height: 42px;
  line-height: 42px;
  color: #000;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
  background: #45e6b2;
  cursor: pointer;
}
.login p{
  white-space: nowrap;
  text-align: center;
  font-size: 13px;
  color: #999;
}
.login p span{
  color: #065fd4;
  cursor: pointer;
}
.login p:last-of-type{
  margin-bottom: 30px;
}

/* 用户中心 */
.userInfo{
  width: 1255px;
  margin: 50px auto;
}
.userInfoFl{
  width: 300px;
  /* height: 375px; */
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
}
.userInfoFl img{
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin: 20px 0;
}
.userInfoFl>p:first-of-type{
  color: #1d262d;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.userInfoFl>p:nth-of-type(2){
  font-size: 13px;
  color: #666;
}
.userInfoFl>p>span{
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #eee;
  margin: 0 10px;
  border-radius: 5px;
  vertical-align: middle;
}
.userInfoFl>p:last-of-type{
  margin: 20px 0;
  color: #666;
}
.userInfoFl a{
  width: 84px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 3px;
  background: #45e6b2;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}
.userInfoFlBt{
  margin: 30px 0;
}
.userInfoFlBt>div{
  display: inline-block;
  width: 95px;
  color: #1d262d;
  font-size: 14px;
  line-height: 24px;
}
.userInfoFlBt span{
  color: #1d262d;
    font-weight: 700;
    font-size: 18px;
}
.userInfoFr{
  width: 850px;
}
.userInfoFrIndex{
  border-bottom: 1px solid #45e6b2;
}
.userInfoFr>ul{
  margin-left: 200px;
}
.userInfoFr>ul>li{
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}
.zuopin li{
  display: inline-block;
}
.zuopin ul.zul:first-of-type p:first-of-type span:first-of-type{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('../img/spite.png');
  background-position: -84px -220px;
}
.zuopin ul.zul:first-of-type p:last-of-type span:first-of-type{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('../img/spite.png');
  background-position: -229px 0;
}
.zuopin ul.zul:first-of-type p span:last-of-type{
  margin-left: 5px;
  vertical-align: top;
  color: rgb(141, 141, 143);
}
.zuopin ul.zul:first-of-type img{
  width: 240px;
  height: 350px;
}
.zuopin ul.zul:first-of-type p{
  display: inline-block;
  width: 104px;
  text-align: center;
  margin: 5px 0;
}
.zuopin ul.zul:first-of-type>li>a{
  margin-right: 30px;
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  transition: all .2s ease-in;
}
.zuopin ul.zul:first-of-type>li>a:hover{
  transform: scale(1.04);
}
.zuopin ul.zul:last-of-type>li>a>div{
  width: 220px;
  padding-left: 5px;
  color: #101010;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
}
.guanzhu ul.zul li{
  display: inline-block;
  width: 370px;
  border-radius: 3px;
  box-shadow: 0 2px 13px 0 rgb(0 0 0 / 6%);
  padding: 24px 20px;
  margin-top: 30px;
}
.guanzhu .mletf{
  margin-left: 20px;
}
.userCard img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.userCard>div{
  display: inline-block;
  vertical-align: top;
}
.userCard .name{
  font-size: 15px;
  line-height: 20px;
  color: #1d262d;
  font-weight: 400;
  margin: 5px 0;
}
.userCard span{
  color: #666;
  display: inline-block;
  width: 175px;
  overflow: hidden;
  height: 18px;
}
.guanzhuBtStyle{
  width: 84px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  padding: 0;
  margin-top: 10px;
  color: #666;
  border: 1px solid #dcdfe6;cursor: pointer;
  text-align: center;
  margin-left: 40px;
  border-radius: 5px;
}
.guanzhuBtStyle1{
  background-color: #45E6B2;
  border: 1px solid #45E6B2;
  color: #101010;
}
.myDownLoad{
  width: 1255px;
  min-height: 550px;
  margin: 50px auto;
}
.myDownLoad span{
  display: inline-block;
}
.myDownLoad .title{
  width: 112px;
  height: 40px;
  color: rgba(16, 16, 16, 100);
  font-size: 28px;
  text-align: center;
  margin-left: 100px;
}
.myDownLoad li{
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin: 0 150px;
}
.myDownLoad img{
  width: 25px;
  height: 25px;
  vertical-align: -5px;
}
.myDownLoad .date{
  width: 130px;
  text-align: center;
}
.myDownLoad .dltitle{
  width: 600px;
  text-align: left;
}
.myDownLoad .free{
  width: 120px;
  text-align: center;
}

.editUser{
  margin: 50px auto;
  width: 1255px;
}
.editUser .title{
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  padding: 23px;
  margin-left: 100px;
}
.editUserContent{
  text-align: center;
}
.editUserContent img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.editUserContent .suiji{
  color: #1cbbf6;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 0;
}
.userForm{
  width: 600px;
  /* margin: 0 auto; */
  text-align: left;
  margin-left: 430px;
}
.userForm>div{
  margin-top: 35px;
}
.userForm>div:nth-child(2){
  margin-top: 20px;
}
.userForm>div>span{
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 20px;
}
.userForm input[type='radio']{
  border: 1px solid #dcdfe6;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 5px;
}
.userFormSect .iPicker-input{
  font-size: 16px;
  color: #1d262d;
  border-radius: 4px;
  text-align: left;
  line-height: 42px;
  height: 42px !important;
}
.iPicker-result{
  height: 42px !important;
}
.userFormSect select+select{
  margin-left: 20px;
}
.userFormInput{
  width: 190px;
  padding-left: 15px;
  font-size: 16px;
  color: #1d262d;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  text-align: left;
  line-height: 40px;
}
.userForm p{
  margin-left: 125px;
  line-height: 40px;
  text-align: left;
  color: #999;
  font-size: 13px;
}
.editUserContent button{
  width: 126px;
    height: 42px;
    margin-bottom: 68px;
    background: #45e6b2;
    font-size: 18px;
    color: #000;
    border-radius: 42px;
    margin-top: 30px;
    cursor: pointer;
  position: relative;
}
.editUserContentImg{
  position: relative;
  width: 120px;
  margin: 0 auto;
}
.editUserContentImgShow{
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  border-radius: 50%;
  z-index: 9;
  color: #fff;
  /* line-height: 120px; */
  cursor: pointer;
  font-size: 16px;
}
.editUserContentImgShow input{
  opacity: 0;
  /* position: absolute; */
  width: 120px;
  height: 120px;
  cursor: pointer;
}
.editUserContentImgShow span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
}

/* 投稿 */
.contributeD{
  width: 1255px;
  min-height: 550px;
  margin: 50px auto;
}
.contributeD span{
  display: inline-block;
}
.contributeD .title{
  width: 150px;
  height: 40px;
  color: rgba(16, 16, 16, 100);
  font-size: 28px;
  text-align: center;
  margin-left: 50px;
}
.CTcontent{
  padding: 30px;
  margin: 20px 50px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.CTcontent>div{
  margin-bottom: 30px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
.CTcontent>div:first-child>button{
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  width: 120px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  border: 1px solid #065fd4;
  color: #065fd4;
  background: #fff;
  font-size: 14px;
}
.CTcontent>div>span{
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 30px;
  vertical-align: top;
}
.CTcontent input[type='text']{
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px;
  width: 350px;
}
.CTcontent input[type='radio']{
  margin-right: 5px;
}
.CTcontent textarea{
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 350px;
  padding: 10px;
}
.CTcontent select{
  width: 200px;
  padding-left: 15px;
  font-size: 16px;
  color: #1d262d;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  text-align: left;
  line-height: 40px;
  height: 40px;
  margin-right: 40px;
}
.uploadImg{
  display: inline-block;
  width: 700px;
  height: 200px;
  border: 1px dotted #ccc;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}
.uploadImg img{
  width: 40px;
  height: 40px;
  margin-top:45px;
}
.uploadImg .p1{
  color: #1d262d;
  font-size: 18px;
}
.uploadImg .p2{
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.contributeD .submit{
  cursor: pointer;
    width: 126px;
    font-size: 28px;
    text-align: center;
    border-radius: 20px;
    background: #45e6b2;
    height: 42px;
    line-height: 42px;
    color: #000;
    font-size: 18px;
    margin: 0 auto;
}
.contributeD .p3{
  text-align: center;
  color: #ccc;
  margin: 20px;
}

.PPTSevenPic{
  height: 128px !important;
}
.PPTSevenPicSmall{
  padding: 0 !important;
  margin: 0 !important;
  width: 214px !important;
  /* line-height: 0; */
}
.PPTSevenPicSmall img{
  height: 64px !important;
  width: 107px !important;
  vertical-align: top;
}


/* 恭喜已开通会员 */
.becomedVipNowdown,.becomedVipNow{
  display: none;
  padding: 0 !important;
}
.activeRed{
  color: red;
}

.pay4Content{
  text-align: center;
  padding: .4rem;
}
.becomedVipNowdown,.becomedVipNow{
  background-color: #fff !important;
  width: 400px;
}
.becomedVipNowdown .p1,.becomedVipNow .p1{
  color: rgb(244, 202, 144);
  font-size: 26px;
  margin: 20px 0;
}
.becomedVipNowdown .p2,.becomedVipNow .p2{
  font-size: 34px;
  font-weight: 600;
  color: #45E6B2;
  margin: .3rem 0;
}
.becomedVipNowdown .p3,.becomedVipNow .p3{
  text-align: left;
  background-color: rgb(249,249,249);
  padding: 16px;
  color: red;
  margin: 20px;
  border-radius: 20px;
}
/* .pay4P3>p:nth-child(2){
  margin-top: .1rem;
} */

.security{
  background-color: #ccc;
  text-align: center !important;
  line-height: 40px;
  font-size: 16px;
  position: relative;
  padding: 0;
  width: 450px;
  height: 50px;
  overflow: hidden;
  border: none;
  margin: 0 auto;
  line-height: 50px;
  display: none;
}
.security .securityBt{
  width: 50px;
  height: 50px;
  position: absolute;
  color: #fff;
  font-size: .20rem;
  cursor: pointer;
  background: url('../img/rightWhite.png');
  background-size: 20px;
  background-repeat: no-repeat;  
  background-color: #101010;
  background-position: 15px 15px;
  /* border-radius: 10px; */
}
.security .bg{
  height: 50px;
  position: absolute;
  background-color: #45E6B2;
}
.getSmsCode{
  cursor: pointer;
}

/* 服务协议与隐私政策 */
.loginShadow{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
}
.loginShadow .p1{
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
}
.loginShadow .p2{
  text-align: right;
  margin-bottom: 10px;
}
.loginShadow .p1Img{
  width: 20px;
  cursor: pointer;
}
.loginShadowContent{
  background-color: #fff;
  padding:40px;
  height: 600px;
  box-sizing: border-box;
  overflow: auto;
}
.loginShadowContent p{
  font-size: 16px;
}
.loginShadowContent p+p{
  margin-top: 20px;
}

.uploadImgCt li{
  display: inline-block;
}
.uploadImgCt{
  margin-top: 20px;
  margin-left:130px;
}
.uploadImgCt li img{
  max-width: 200px !important;
}

.vipYXQ{
  font-size: 16px;
  margin-bottom: 20px;
}
.vipYXQ span{
  display: inline-block;
  width: 100px !important;
  height: 21px !important;
  background-color: #fff !important;
  color: red;
}

.artiDContentFl p img {
  margin: 12px auto;
  max-width: 100%;
}

.author-info {
  display: flex;
}
.author-name{
  margin: 0 15px;
  line-height: 24px;
}
.author-date{
  color: #BBBBBB;
  line-height: 24px;
}
.vertical {
  height: 587px !important;
}
.vertical .dlSwiperContent{
  height: 496px !important;
}
.vertical .dlSwiperContent .swiper-slide img{
  width: auto !important;
  height: 496px !important;
}
.vertical .swiper-slide {
  text-align: center;
}
.payment>img {
  width: 160px;
  height: 160px;
  margin: 20px 0;
}
#qrcode2{
  float: left;
}
.payTishi{
  float: left;
  margin-left: 50px;
}
.yijian {
  width: 200px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  right: 60px;
  top: 52px;
  display: none;
  box-shadow: 0 2px 13px 0 rgb(0 0 0 / 6%);
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
}
.erweima2 {
  width: 150px;
  height: 170px;
  background-color: #fff;
  position: absolute;
  display: none;
  box-shadow: 0 2px 13px 0 rgb(0 0 0 / 6%);
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ebeef5;
  bottom:30px;
  left:-34px;
  z-index: 2000;
}

.erweima2 img {
  margin-top: 12px;
  width: 120px;
  height: 120px;
}

.bottomSlice a {
  position: relative;
}

.bot_douyin {
  position: absolute;
  background: #fff;
  min-width: 150px;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  word-break: break-all;
  bottom:30px;
  left:-124px;
}

.bot_douyin img {
  margin-top: 12px;
  width: 300px;
  height: 396px;
}

.bot_baijiahao {
  width: 155px;
  height: 170px;
  background-color: #fff;
  position: absolute;
  display: none;
  box-shadow: 0 2px 13px 0 rgb(0 0 0 / 6%);
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ebeef5;
  bottom:30px;
  left:-34px;
  z-index: 2000;
}

.bot_baijiahao img {
  margin-top: 12px;
  width: 120px;
  height: 120px;
}

.bot_weibohao {
  width: 155px;
  height: 170px;
  background-color: #fff;
  position: absolute;
  display: none;
  box-shadow: 0 2px 13px 0 rgb(0 0 0 / 6%);
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ebeef5;
  bottom:30px;
  left:-34px;
  z-index: 2000;
}

.bot_weibohao img {
  margin-top: 12px;
  width: 120px;
  height: 120px;
}

.bot_toutiaohao{
  width: 155px;
  height: 170px;
  background-color: #fff;
  position: absolute;
  display: none;
  box-shadow: 0 2px 13px 0 rgb(0 0 0 / 6%);
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ebeef5;
  bottom:30px;
  left:-34px;
  z-index: 2000;
}

.bot_toutiaohao img {
  margin-top: 12px;
  width: 120px;
  height: 120px;
}